Add comment for units for our two new types.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 21 Oct 2003 17:52:35 +0000 (17:52 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 21 Oct 2003 17:52:35 +0000 (17:52 +0000)
gpsbabel/defs.h

index 8203de7cdde7a8eaf0cc2bc85d2492998645595e..781c1aed591152d10f9837db60f03244ee3ff7cc 100644 (file)
@@ -137,13 +137,14 @@ typedef struct {
        /* 
         * The "thickness" of a waypoint; adds an element of 3D.  Can be
         * used to construct rudimentary polygons for, say, airspace 
-        * definitions.
+        * definitions.   The units are meters.
         */
        double depth;
 
        /*
         * An alarm trigger value that can be considered to be a circle
-        * surrounding a waypoint (or cylinder if depth is also defined)
+        * surrounding a waypoint (or cylinder if depth is also defined).
+        * The units are meters.
         */
        double proximity;